Prepare 0.15.0 release#1183
Conversation
Update docs/CHANGELOG.md and bump version number for a 0.15.0 release Signed-off-by: Joshua Lock <jlock@vmware.com>
We just released securesystemslib 0.17.0 and it would be better if tuf did not pin the prior version. https://pypi.org/project/securesystemslib/0.17.0/ https://github.com/secure-systems-lab/securesystemslib/releases/tag/v0.17.0 Signed-off-by: Joshua Lock <jlock@vmware.com>
tests/test_api.py uses python-dateutil, therefore ensure it is installed for Travis and AppVeyor. Signed-off-by: Joshua Lock <jlock@vmware.com>
d7aade8 to
d992e8b
Compare
|
tox -e with-sslib-master:
not related to this PR: just noticed it here. It already happened before the sslib 0.17.0 release as well. This seems to happen because requirements-test.txt contains |
Bisect tells me the problem is eb00d14 . I'll file an issue. I think this does not have to necessarily block the release: it looks like a CI configuration issue |
docs/CHANGELOG.md
Outdated
| ### Added | ||
| * Simple TUF role metadata model in the `tuf.api` package for interacting with | ||
| metadata files directly, per-file without the overheads of reading and | ||
| writing the entire repository at once (#1112) |
There was a problem hiding this comment.
| writing the entire repository at once (#1112) | |
| writing the entire repository at once (#1112, ##1177) |
docs/CHANGELOG.md
Outdated
| `tuf.client.updater`s mirror configuration optional (#1153, #1166) | ||
| * Include LICENSE files with source distributions (#1162) | ||
| * Update Python version to be used in release instructions (#1163) | ||
| * Remove direct use of `coloroma` and dependency (#1180) |
There was a problem hiding this comment.
| * Remove direct use of `coloroma` and dependency (#1180) | |
| * Remove direct use of `colorama` and dependency (#1180) |
Update docs/CHANGELOG.md to include missing items. Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
8cb4ba5 to
10b9db1
Compare
Fixes N/A
Description of the changes being introduced by the pull request:
Update docs/CHANGELOG.md and bump version number for a 0.15.0 release
Please verify and check that the pull request fulfills the following
requirements: